home *** CD-ROM | disk | FTP | other *** search
- Cell Modifiers
- The first character in a cell can have special
- meanings:
-
- ' - String follows (left justified)
- ^ - String follows (centered)
- " - String follows (right justified)
- = - Formular follows
- \ - Repeat the second character many times.
- A..z - String left justified (' is added)
- 0..9 - Number
- - - Negative number
-
- NOTES:
-
- * The first character in a string is not displayed
- (the ^'" etc).
- * If you want a number on screen, but you want the
- spreadsheet to treat it as a string, then just stick
- a ' (or a ^") before the number.
- *
- -
- -
- -
- -